home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Multimedia Viewer How-To CD / Microsoft Multimedia Viewer How-To CD.iso / mvsample / progsamp / katasrch / katasrch.rc < prev    next >
C/C++ Source or Header  |  1993-03-21  |  3KB  |  50 lines

  1. #include <windows.h>
  2. #include <viewer.h>
  3. #include "katasrch.h"
  4.  
  5. #include "katasrch.dlg"
  6.  
  7. ID_RESULTS_ICON ICON LOADONCALL MOVEABLE DISCARDABLE SRCHRSLT.ICO
  8.  
  9. STRINGTABLE LOADONCALL MOVEABLE DISCARDABLE
  10. BEGIN
  11.         ID_SHOTOKAN,     "shotokan"
  12.         ID_CUONGNHU,     "cuongnhu"
  13.         ID_WINGTSUN,     "wingtsun"
  14.  
  15.         ID_HELPCOMMAND,  "JumpID(`katas.mvb>w_help',`search_help')"
  16.  
  17.         KSERR_NOVWRINFO, "Can't access information for this Viewer session."
  18.         KSERR_NOVWR,     "Can't access Viewer session."
  19.         KSERR_MEMORY,    "Not enough memory to complete operation."
  20.  
  21.         KSERR_NOTOPICSFOUND,     "No topics were found."
  22.         KSERR_CANTOPENTITLE,     "Can't open Cuong Nhu Katas title."
  23.         KSERR_CANTOPENTOPICGROUP,"Can't open topic group."
  24.         KSERR_CANTOPENWORDWHEEL, "Can't open word wheel."
  25.         KSERR_CANTLOADWORDWHEELPHRASE, "Can't load phrase from word wheel."
  26.  
  27.         KSERR_CANTCREATERESULTS, "An error occurred while creating the results window."
  28.         KSERR_DISPLAYFAILED,     "Can't display the selected topic."
  29.         KSERR_QUERYLENGTH,       "Search text is too long. Specify a maximum of 127 characters."
  30.         KSERR_NOGROUPSSELECTED,  "Select at least one Origin style.";
  31.         KSERR_NOQUERY,           "Type some text to search for, or select a level."
  32.         KSERR_RESIZE_SL,         "Resize the Viewer window so the topic is visible."
  33.         KSERR_NONEXT,            "There is no highlight following the current screen."
  34.         KSERR_NOPREVIOUS,        "There is no highlight preceding the current screen."
  35.  
  36.         KSERR_QUERY,         "The search text contains a query error."
  37.         KSERR_NULLQUERY,     "Type some text to search for and then try again."
  38.         KSERR_EXPECTEDTERM,  "Viewer expected to find a search phrase at the indicated position."
  39.         KSERR_MISSQUOTE,     "Viewer expected to find a quotation mark at the indicated position."
  40.         KSERR_MISSLPAREN,    "Viewer expected to find a left parenthesis at the indicated position."
  41.         KSERR_MISSRPAREN,    "Viewer expected to find a right parenthesis at the indicated position."
  42.         KSERR_TOODEEP,       "Viewer can't handle this many nested parentheses."
  43.         KSERR_TOOMANYTOKENS, "Viewer can't handle this many search tokens."
  44.         KSERR_BADVALUE,      "Viewer expected to find a search phrase at the indicated position."
  45.         KSERR_BADRANGEOP,    "You can't search for ranges in Hyperguide."
  46.         KSERR_ALL_WILD,      "Viewer can't search for a phrase starting with a wild card."
  47.         KSERR_NON_LAST_WILD, "Viewer can't search for a phrase starting with a wild card."
  48. END
  49.  
  50.